home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / CC_C / 0696A.ZIP / CTREE.DOC < prev    next >
Text File  |  1987-02-07  |  849b  |  23 lines

  1. C  Language Function Tree Generator - Version 1.0
  2.     This program generates (to standard output) a complete tree for
  3.     all function references within the specified C source file(s).
  4.  
  5. Usage:    ctree [-fgtq] sourcefilespec1 [sourcefilespec2 ...]
  6.  
  7.    -f     Expand each defined function separately.
  8.    -g     Use non-graphics characters to draw lines.
  9.    -t     Write only the tree to standard output.
  10.    -q     Don't display messages on the console.
  11.  
  12.     Wildcards * and ? are accepted in the filespec(s).
  13.     NOTE: This program requires syntactically correct C source.
  14.  
  15.     Individual user copies may be licensed for $15 a piece.
  16.     Site licenses may be acquired for commercial use.  Fees
  17.     are based on the number of copies. Write for details.
  18.  
  19.     Send to:         AC Squared, Inc.
  20.              P.O. Box  13395
  21.              Rochester, N.Y.  14613
  22.  
  23.